home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CUJ9207.ARJ / 1007046B < prev    next >
Text File  |  1992-06-03  |  552b  |  28 lines

  1. /* Listing 4 */
  2. /* db_Vista generated include file for sql_proc.ddl */
  3.  
  4. /* db_VISTA Version: 3.20 */
  5.  
  6. /* database record/key structure declarations */
  7.  
  8. struct sql_proc {
  9.    char  sql_name[16];
  10.    char  sql_description[64];
  11.    char  sql_command[424];
  12. };
  13.  
  14. /* record, field and set table entry definitions */
  15.  
  16. /* File Id Constants */
  17.  
  18. /* Record Name Constants */
  19. #define SQL_PROC 10000
  20.  
  21. /* Field Name Constants */
  22. #define SQL_NAME 0L
  23. #define SQL_DESCRIPTION 1L
  24. #define SQL_COMMAND 2L
  25.  
  26. /* Set Name Constants */
  27. /* End of File */
  28.